home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / MB1107.ZIP / BID.DOC next >
Text File  |  1989-12-18  |  5KB  |  147 lines

  1.  
  2.  
  3. There is a "BID" (Bulletin IDentifier) associated with each bulletin
  4. type message and with any message which has a distribution list.
  5. If a BID is not given explicitly with the "Send" command, one is
  6. created automatically from the message number and callsign of the MailBox
  7. into which the message was initially entered. It has the form nnn_call.
  8.  
  9.  
  10. There are 3 types of messages:
  11.  
  12.  
  13. 1) Personal.    If sent with SP, or with S and to a callsign.
  14.  
  15. 2) NTS traffic. If sent with ST.
  16.  
  17. 3) Bulletins.    If sent with SB, or with S and NOT to a callsign.
  18.  
  19.  
  20. Each type of message gets somewhat different handling:
  21.  
  22. For NTS traffic, the LT, KT, and ET commands are active.
  23. For Bulletins, a BID is sent when forwarding to MBL systems.
  24. For Personal, the message can only be read by the sender, addressee, and sysop.
  25.  
  26.  
  27. There are several "flags" associated with each message. These are shown in
  28. the "message status" position in the "list message" display. Note that each
  29. flag has an associated "L" command, and some have associated "K" commands.
  30.  
  31.  
  32.    F - The "Forwarded" flag:
  33.  
  34.        This indicates the message has been forwarded to all
  35.        its destinations, but has not yet been killed.
  36.  
  37.    H - The "Hold" flag:
  38.  
  39.        This indicates the message is held.
  40.        It will not forward, and can only be seen by the sysop.
  41.  
  42.    I - The "In process" flag:
  43.  
  44.        This indicates the message is in the process of being forwarded.
  45.  
  46.    K - The "Killed" flag:
  47.  
  48.        This indicates the message is killed, but has not yet been purged
  49.        from the system. Killed messages are purged with the GM command.
  50.  
  51.    O - The "Old" flag:
  52.  
  53.        This indicates the message has been hanging around
  54.        un-forwarded and un-read for too long.
  55.  
  56.    Y - The "Read" flag:
  57.  
  58.        This indicates the message has been read by its addressee,
  59.        but has not yet been killed.
  60.  
  61.  
  62.  
  63. How do BID's work?
  64.  
  65. The various commands (S, M, CM) work exactly the same.
  66. The basic command is S[type] TO [@ AT] [< FROM] [$[MID]]
  67. Data inside [] may be omitted.
  68.  
  69. Messages differ in the following ways:
  70.  
  71.    TO gets translated.
  72.    TO is a callsign.
  73.    TO is an interest group.
  74.    AT gets translated.
  75.    AT is a callsign.
  76.    AT is a distribution list.
  77.    $ field is present.
  78.    $ field is present, with BID.
  79.    Type is B
  80.    Type is P
  81.    Type is T
  82.    Type was not specified.
  83.    Message is held.
  84.  
  85.  
  86. A type B or P message gets a BID if the command that creates
  87. the message has the "$" field. A message of type B or P gets
  88. a default BID if none was specified and it has a distribution
  89. list. A message of type T never gets a BID. In the discussion
  90. below, the same rules apply whether the message was created
  91. using the S, M, or CM commands.
  92.  
  93.  
  94. Here is how the system behaves:
  95.  
  96.  
  97. 1) If the user sends the message with "$ID" given in the command,
  98.    the message is assigned identifier "ID". If this identifier
  99.    has been seen before, the message is rejected and the text
  100.    "NO - Already have it." is displayed.
  101.  
  102.  
  103. 2) If the user sends the message with "$" given in the command,
  104.    the message is assigned a unique MailBox generated BID. This BID
  105.    is generated from the message number and callsign of the MailBox.
  106.    The message is accepted, since this BID cannot have been seen before.
  107.  
  108.  
  109. 3) If there is a distribution list, and a BID is not given
  110.    with the command, a unique MailBox generated BID is assigned.
  111.    This BID is generated from the message number and callsign
  112.    of the MailBox of origin. If this BID has been seen before,
  113.    the message is put on hold.
  114.  
  115.  
  116. 5) If the user (sysop) attempts to change the BID of a message,
  117.    and the new BID is one that has been seen before, the change is
  118.    rejected, the text "NO - Have it already" is displayed,
  119.    and the message retains its current BID.
  120.  
  121.  
  122. 6) If a message is received from another MailBox, and has a BID
  123.    sent along with it, and has a distribution list that includes
  124.    the MailBox from which the message was received, the message is
  125.    marked as already forwarded to that MailBox.
  126.  
  127.  
  128. Some results of applying these rules:
  129.  
  130.  
  131. 1) A message entered into the system without using "$" in the command
  132.    and without a distribution list may loop within the system.
  133.    There is no rejection mechanism for this type of message.
  134.  
  135.  
  136. 2) A message which was entered with a "$" given in the command
  137.    will be rejected when it is forwarded back to any system it
  138.    previously passed through.
  139.  
  140.  
  141. 3) Messages of type B or P may have a distribution list,
  142.    messages of type T may not.
  143.  
  144. 4) There will be no attempt to pass a message which has a BID
  145.    back to the station that sent it to you.
  146.  
  147.